home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global ScientistTotal
- set Temp to the mouseLine
- set vNum to the number of member line Temp of field "Results"
- set the textStyle of line Temp of field "Results" to "Bold"
- set vNum to vNum - 300
- ExitFind()
- BShow(32, 32)
- go(60 + vNum)
- set the textStyle of line Temp of field "Results" to "Plain"
- end
-